Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for i.MX93 #211

Merged
merged 1 commit into from
Feb 9, 2025
Merged

Add support for i.MX93 #211

merged 1 commit into from
Feb 9, 2025

Conversation

Indanz
Copy link
Contributor

@Indanz Indanz commented Nov 29, 2024

Adds imx93 platform. This PR should be merged together with seL4/seL4#1356

@lsf37 lsf37 self-assigned this Dec 2, 2024
@Indanz
Copy link
Contributor Author

Indanz commented Feb 9, 2025

I solved the merge conflict. Style is complaining with:

 Checking the following files:
cmake-tool/helpers/application_settings.cmake
elfloader-tool/src/drivers/uart/imx-lpuart.c

Unchanged  elfloader-tool/src/drivers/uart/imx-lpuart.c
CRITICAL:root:['cmake-tool/helpers/application_settings.cmake'] failed with error code 1
b'Traceback (most recent call last):\n  File "/home/runner/.local/bin/cmake-format", line 8, in <module>\n    sys.exit(main())\n             ^^^^^^\n  File "/home/runner/.local/lib/python3.12/site-packages/cmake_format/__main__.py", line 386, in main\n    config_dict = get_config(infile_path, args.config_file)\n                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "/home/runner/.local/lib/python3.12/site-packages/cmake_format/__main__.py", line 216, in get_config\n    config_dict = yaml.load(config_file)\n                  ^^^^^^^^^^^^^^^^^^^^^^\nTypeError: load() missing 1 required positional argument: \'Loader\'\n'

Which seems to be a problem in the CMake style checking script itself and not any of my changes?

Signed-off-by: Indan Zupancic <[email protected]>
@Indanz Indanz merged commit fa87eed into seL4:master Feb 9, 2025
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants